home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TREGABOUT / TREGABOUT.txt < prev   
Encoding:
Text File  |  1996-08-11  |  619 b   |  33 lines

  1. object RegAbout: TRegAbout
  2.   Left = 345
  3.   Top = 220
  4.   BorderStyle = bsDialog
  5.   Caption = 'About JAVADRAW! ...'
  6.   ClientHeight = 335
  7.   ClientWidth = 498
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Image1: TImage
  16.     Left = 0
  17.     Top = 0
  18.     Width = 498
  19.     Height = 335
  20.     Align = alClient
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object BitBtn1: TBitBtn
  24.     Left = 40
  25.     Top = 288
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     TabOrder = 0
  30.     OnClick = BitBtn1Click
  31.   end
  32. end
  33.